@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

* { 
margin: 0; 
padding: 0; 
box-sizing: border-box; 
} 

body{
max-width: 100%; 
 font-family: "Outfit", sans-serif;
font-optical-sizing: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #2c3e50;
height: 100vh;
background: linear-gradient(135deg, #FFF5F5, #fff);


}

.btn{
    border-radius: 8px;
}

.btn-primary{
    background-color: #800;
    border-color: #800;
}


.btn-primary:hover{
    background-color: #800;
    color: #fff;
     border-color: #800;
}


table td, table th {
white-space: nowrap;
}

.color-1{
    color: #800;
}


















